
/*public*/

.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden
}

.cf {
	zoom: 1;
	padding: 0;
}

/*.pb10 {
	padding-bottom: 10px
}*/

/*.mt10 {
	margin-top: 10px
}*/


/*main*/

.tabcontens {
	width: 100%;
	height: 105px;
	border-bottom: 3px solid #95bbea;
	background-color: #2581c0;
	/*margin: 0 auto;*/
	
	/*padding: 15px;*/
/*	box-shadow: 0 0 10px #ccc;*/
}

.tabcontens .title {
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
	height: 105px;
	/*border-bottom: 3px solid #95bbea;*/
	/*padding-bottom: 10px;*/
}

.tabcontens .title h2 {
	font-size: 20px;
	font-family: "microsoft yahei";
}
.tabcontens .title-list {
	position: relative;
	/*top: 6px;*/
}

.tabcontens .title-list li {
	width: 33.1%;
/*	line-height: 20px;*/
	line-height: 105px;
	text-align: center;
	float: left;
	display: inline;
	font-size: 30px;
	background-color: #2581c0;
	color: #ffffff;
	
}

.tabcontens .title-list li.on {
	color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    background-color: #1e6697;
}

.tabcontens .title-list p {
	position: absolute;
	/*top: 24px;
	left: 0px;*/
	width: 33.1%;
	height: 20px;
	/*border-top: 3px solid #ff6600;*/
	overflow: hidden;
	text-align: center;
}

.tabcontens .title-list b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 20px;
	border-color: #ffffff #1e6697 #1e6697 #1e6697;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}
.productbgm {
	width: 100%;
	/* background-color: #e4f1f9; */
	padding-bottom: 20px;
}
.product-wrap {
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 30px;
}
.product {
	width: 100%;
/*	height: 575px;*/
	position: relative;
	overflow: hidden;
	display: none;
	/*margin-top: 20px;*/
}

.product ul {
	/*position: absolute;
	left: 0px;*/
}

.product-wrap .tabshow {
	display: block;
}

/*.product-wrap .product li {
	float: left;
	display: inline;
	margin-left: 13px;
	background: #f3f3f3;
	border: 2px solid #fafafa;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}

.product-wrap .product li.ml0 {
	margin-left: 0px;
}

.product-wrap .product li a.imgwrap {
	display: block;
	width: 226px;
	height: 200px;
	background: #fff;
	text-align: center;
}

.product-wrap .product li p {
	padding-left: 15px;
	color: #666666;
	line-height: 22px;
}

.product-wrap .product li p a {
	color: #666666;
	text-decoration: none;
}

.product-wrap .product li p a:hover {
	color: #ff6600;
	text-decoration: none;
}*/